Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Release Notes

✨ Highlights

You can now use pixi global tree to visualize the dependency tree of a global environment.

And you can install subsets of packages now works, for both conda and pypi packages:

# Define which packages you want to install and which you want to skip.
pixi install --only packageA --only packageB --skip packageC

# Using this modified environment without updating it again can be done with:
pixi run --as-is my_command
pixi shell --as-is  

Breaking Change

Only for users using preview = ["pixi-build"]:
In #4410 we've made package.name optional. e.g.

[package]
name = "my-package" # This is now optional
version = "0.1.0" # This is now optional

Soon, the backends will be able to automatically get those values from pyproject.toml, Cargo.toml, package.xml etc.
However, this results in the lockfiles not being --locked anymore.
Running pixi lock or pixi update should fix this!

Added

  • Add new pixi global tree command by @Carbonhell in #4427
  • Add the option for multiple --only flags. by @tdejager in #4477 & #4404

Changed

  • Ability to ignore pypi packages during installation by @tdejager in #4456
  • Move integration tests to pixi crate by @tdejager in #4472

Documentation

  • Extend pixi global tutorial with source dependencies by @Hofer-Julian in #4407
  • Fix pixi-build getting started doc by @Tobias-Fischer in #4415
  • Remove unused footnote in lockfile.md by @ZhenShuo2021 in #4439

Fixed

  • Relative windows --paths by @baszalmstra in #4395
  • Auth middleware should be added after mirror rewrite by @maccam912 in #4399
  • Occasionally hangs on exit by @baszalmstra in #4409
  • Ensure we only create pypi prefix once by @baszalmstra in #4416
  • Diagnostic source of solve error was not propagated by @baszalmstra in #4417
  • Warn about no pinning strategy for unused features by @kilian-hu in #4065
  • Load lock file with dependency override by @HernandoR in #4419
  • Adapt schema for [workspace.target.OS.build-variants] by @Hofer-Julian in #4445
  • Create virtual PyPI packages by @tdejager in #4469
  • Pixi global update shortcuts by @Hofer-Julian in #4463
  • Environment never recovering after subset install by @tdejager in #4479

Refactor

  • Move pixi crate into crates/pixi_cli by @haecker-felix in #4377
  • Drop dedicated cli module from pixi_cli and move everything into /src by @haecker-felix in #4398
  • Move global into new pixi_global crate by @haecker-felix in #4388
  • Move task into new pixi_task crate by @haecker-felix in #4401
  • BREAKING: make name optional by @baszalmstra in #4410

Removed

  • Remove outdated comment about fast channel by @lucascolley in #4471

New Contributors

  • @ZhenShuo2021 made their first contribution in #4439
  • @Tobias-Fischer made their first contribution in #4415
  • @kilian-hu made their first contribution in #4065
  • @maccam912 made their first contribution in #4399

Download pixi 0.54.0

File Platform Checksum
pixi-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
pixi-x86_64-apple-darwin.tar.gz Intel macOS checksum
pixi-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
pixi-aarch64-pc-windows-msvc.msi ARM64 Windows checksum
pixi-x86_64-pc-windows-msvc.zip x64 Windows checksum
pixi-x86_64-pc-windows-msvc.msi x64 Windows checksum
pixi-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
pixi-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

View the full release notes at https://github.com/prefix-dev/pixi/releases/tag/v0.54.0.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Sep 2, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2025

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 2, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 2, 2025
Merged via the queue into main with commit ec694a9 Sep 2, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-pixi-0.54.0 branch September 2, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants